UITabBarItem
extension Reactive where Base: UITabBarItem
The reactive extension can be accessed through the reactive
instance property and the reactive
static property.
-
Sets the badge value of the tab bar item.
Declaration
Swift
public var badgeValue: BindingTarget<String?>
-
Sets the badge color of the tab bar item.
Declaration
Swift
public var badgeColor: BindingTarget<UIColor?>